home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gas_251.zip / bin_251 / bfd / configure.bat < prev    next >
DOS Batch File  |  1994-05-27  |  419b  |  19 lines

  1. @echo off
  2. if "%1" == "h8/300" goto h8300
  3.  
  4. echo Configuring bfd for go32
  5. update hosts\go32.h sysdep.h
  6. update Makefile.dos Makefile
  7. echo s/@WORDSIZE@/32/g>config.sed
  8. sed -e s/^/s\/@VERSION@\// -e s/$/\/g/g version >>config.sed
  9. sed -f config.sed < bfd-in2.h > bfd.h2
  10. update bfd.h2 bfd.h
  11. goto exit
  12.  
  13. :h8300
  14. echo Configuring bfd for H8/300
  15. update hosts\h-go32.h sysdep.h
  16. update Makefile.dos Makefile
  17.  
  18. :exit
  19.